@charset "utf-8";
/* CSS Document */


/* CSS Information ----------------------------------------

Site Name : 반응형 기본디자인 A3
Part : 메인
Last edit : 2020.07.07
Author : Gautech(PDH)

관련폰트 :
font-family: 'Noto Sans KR', sans-serif; (100,300,400,500,600,700,900)
font-family: 'Noto Serif KR', serif; (200,300,400,500,700,900)
font-family: 'NanumSquareRound', sans-serif; (400,500,700,900)
font-family: 'NanumBarunGothic', sans-serif; (200,300,400,700)
font-family: 'Roboto', sans-serif; (300,400,500,700,900)

--------------------------------------------------------- */





/* 메인 내용 공통 */

section>article { width:100%; text-align:center;}
.contents_box { position:relative; width:100%; min-width:1500px; height:100%; margin:0 auto; padding:0 30px;}
.contents_box_title { font-family: 'Roboto', sans-serif; font-size:42px; font-weight:700; margin-bottom:15px; line-height:1.3;}
.contents_box_title>span { color:#999;}
.contents_box_txt { font-size:16px; opacity:1;  margin-bottom:60px; line-height:1.3;}
.contents_title_bar { width:50px; height:1px; background-color:#999; margin:0 auto 40px auto;}
.cont_item_box_wrap { position:relative; width:100%; max-width:1500px; margin:0 auto; z-index:10;}
.cont_item_box_wrap:after { display:block; content:""; clear:both;}


/* 상단, 비주얼 */

section>.cont_0 { position:relative; width:100%; overflow:hidden; background-color:#F7F7F7;}
.responsive { position:relative; width:100%; height:650px; margin-left:-50%; left:50%; top:0%; z-index:1; min-width:1500px;}
/*.main_slide_p { display:block;}
.main_slide_t { display:none;}
.main_slide_m { display:none;}*/


/* 상단, 비주얼 텍스트 */
.main_slide_txt { position:absolute; top:50%; margin-top:-50px; left:0; width:100%; z-index:10;}
.main_slide_title_s { font-family: 'Roboto', sans-serif; padding:0; font-size:11px; line-height:14px; font-weight:500; color:#FFF; text-align:center; letter-spacing:0.2em; margin-bottom:20px; margin-left:5px;}
.main_slide_title { padding:0; font-size:55px; line-height:70px; font-weight:300; color:#FFF; text-align:center; letter-spacing:-0.04em;}
.main_slide_title>span { font-weight:700;}
.main_slide_title2 { padding:0; font-size:18px; font-weight:300; color:rgba(255,255,255,0.9); text-align:center; max-width:760px; margin:20px auto 40px auto;}
.main_slide_btn { display:inline-block; width:240px; height:60px; line-height:56px; font-size:18px; font-weight:400; color:rgba(255,255,255,0.9); border:2px solid rgba(255,255,255,0.8); text-align:center; background-color:rgba(0,0,0,0.2); margin-left:5px;}
.main_slide_btn:hover { color:#FFF;}
.main_slide_p>img { width:auto; height:650px;
animation: /*선택자*/slidein_img /*동작시간*/4s /*진행속도:ease,ease-out,ease-in*/ease /*딜레이*/0s /*반복:수,infinite*/1 /*방향:normal,alternate*/normal /*완료후:none,both*/both; -webkit-animation: slidein_img 4s ease 0s 1 normal both; /*움직이는 기준점 가로0% 세로0%*/transform-origin:50% 50%;}
@keyframes slidein_img {
	0% { -ms-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1); transform: scale(1.1,1.1);}
	100% { -ms-transform: scale(1,1); -webkit-transform: scale(1,1); transform: scale(1,1);}
}

/* 페이저 */
.responsive div.bx-pager { position:absolute; width:100%; left:0; bottom:100px; text-align:center; z-index:100;}
.responsive div.bx-pager div { display:inline-block; margin:0 4px;}
.responsive div.bx-pager div a { display:block; width:60px; height:3px; background-color:rgba(255,255,255,0.5); text-indent:-9999px;}
.responsive div.bx-pager div a.active { background-color:#ff8738;}



/* 슬라이딩 컨텐츠 */

.cont_slide { height:auto; padding:40px 0;}
.cont_slide:after { display:block; content:""; clear:both;}

.responsive1 { position:absolute; width:100%; height:220px;}
.sliding_menu { position:relative; color:#FFF; text-align:left;}
.sliding_menu_box { display:block; width:100%; height:220px; border:10px solid #fff;}
.sliding_menu_box1 { background-color:#398ccb; background-image:url(/images/main/cont_slide_icon01.png);}
.sliding_menu_box2 { background-color:#1765a0; background-image:url(/images/main/cont_slide_icon02.png);}
.sliding_menu_box3 { background-color:#5d17a0; background-image:url(/images/main/cont_slide_icon03.png);}
.sliding_menu_box4 { background-color:#17a06a; background-image:url(/images/main/cont_slide_icon04.png);}
.sliding_menu_box5 { background-color:#f86800; background-image:url(/images/main/cont_slide_icon05.png);}
.sliding_menu_in { padding:30px 35px; height:200px; background-repeat:no-repeat; background-position:100% 100%;}
.sliding_menu_title { font-size:26px; line-height:32px; font-weight:500; padding-bottom:4px;}
.sliding_menu_title2 { font-size:20px; line-height:28px; font-weight:500; padding-bottom:4px;}
.sliding_menu_txt { font-size:15px; font-weight:300; color:rgba(255,255,255,0.7);}
.sliding_menu_plus { margin-top:10px;}
.sliding_menu_box:hover { border:10px solid #ff8738;}
.sliding_menu_box:hover>.sliding_menu_box1 { background-image: url(/images/main/cont_slide_bg01.png); background-size:cover; background-position:center;}
.sliding_menu_box:hover>.sliding_menu_box2 { background-image: url(/images/main/cont_slide_bg02.png); background-size:cover; background-position:center;}
.sliding_menu_box:hover>.sliding_menu_box3 { background-image: url(/images/main/cont_slide_bg03.png); background-size:cover; background-position:center;}
.sliding_menu_box:hover>.sliding_menu_box4 { background-image: url(/images/main/cont_slide_bg04.png); background-size:cover; background-position:center;}
.sliding_menu_box:hover>.sliding_menu_box5 { background-image: url(/images/main/cont_slide_bg05.png); background-size:cover; background-position:center;}

/* 페이저 */
.responsive1 .slick-dots { position: absolute; display: inline-block; width:100%; left:50%; /*페이저 위치 설정*/ margin-left:-50%; bottom: 0; text-align: center;}
.responsive1 .slick-dots li { position: relative; display: inline-block; width:30px; margin: 0; cursor: pointer; line-height:39px;}
.responsive1 .slick-dots li button { display: inline-block; width: 20px; height: 20px; cursor: pointer; background-color:#000; opacity: 0.2; text-indent:-9999px; vertical-align:middle; border:none !important; border-radius:10px;}
.responsive1 .slick-dots li.slick-active button, .responsive1 .slick-dots li button:hover, .responsive1 .slick-dots li button:focus { opacity: 1; width: 20px; height: 20px; background-color:#ff8738;}




/* 고객지원 컨텐츠 */

.cont_support { height:auto; padding:0 10px 200px 10px;}
.cont_support:after { display:block; content:""; clear:both;}

.support_box01 { float:left; width:38.8%; margin:0 1.2% 0 0; background-color:#fff; border:1px solid #CCC; border-bottom:none;}
.notice_box { width:100%; height:400px; border-bottom:4px solid #4a7395; text-align:left;}
.notice_box_title { font-family: 'Roboto', sans-serif; font-size:20px; line-height:24px; font-weight:700; margin:30px 0 20px 30px; letter-spacing:-0.04em; text-align:left;}
.notice_box_title>a { display:inline-block; padding-top:4px; margin-left:10px;}
.notice_link { display:block; width:100%; height:auto;}
.notice_link2 { display:block; width:100%; height:auto; padding:0 30px;}
.notice_img { width:100%; height:250px; background-size:cover; background-position:50% 50%; margin-bottom:20px;}
.notice_title { padding:0 30px; font-size:20px; margin-bottom:5px; /* 내용 1줄에서 말줄임 */ white-space: nowrap; overflow:hidden; text-overflow: ellipsis;}
.notice_title2 { display:block; font-size:15px; padding:6px 10px; background-image:url(/images/icon/dot_10x10.png); background-repeat:no-repeat; background-position:0% 50%; background-size:4px auto; /* 내용 1줄에서 말줄임 */ white-space: nowrap; overflow:hidden; text-overflow: ellipsis; border-top:1px solid #CCC;}
.notice_txt { padding:0 30px; font-size:14px; color:#999; line-height:20px; margin-bottom:20px; /* 내용 2줄에서 말줄임 */ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical; word-wrap:break-word; height:40px;}

.support_box02 { float:left; width:38.8%; margin:0 1.2% 0 0; background-color:#f6f6f6; border:1px solid #CCC; border-bottom:none;}
.photo_box { width:100%; height:400px; font-size:0; border-bottom:4px solid #4a7395; text-align:center;}
.responsive2 { width:100%; padding:0 20px;}
.photo_link { display:inline-block; width:94%; margin:0 3%;}
.photo_img { height:210px; background-position:center; background-repeat:no-repeat; background-size:cover;}
.photo_title { display:block; text-align:left; font-size:15px; margin:20px 0 5px 0; padding:0 10px; background-image:url(/images/icon/dot_10x10.png); background-repeat:no-repeat; background-position:0% 50%; background-size:4px auto; /* 내용 1줄에서 말줄임 */ white-space: nowrap; overflow:hidden; text-overflow: ellipsis;}
.photo_txt { display:block; text-align:left; font-size:14px; color:#999; line-height:20px; margin-bottom:20px; /* 내용 2줄에서 말줄임 */ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical; word-wrap:break-word; height:40px;}

/* 좌우 화살표 */
.responsive2 .slick-prev { position:absolute; right:50px; top:-42px; background-image: url(/images/icon/play_left.png); width:11px; height:14px; text-indent:-9999px; border:none; opacity: 0.7; z-index:100; cursor:pointer;}
.responsive2 .slick-next { position:absolute; right:30px; top:-42px; background-image: url(/images/icon/play.png); width:11px; height:14px; text-indent:-9999px; border:none; opacity: 0.7; z-index:100; cursor:pointer;}
.responsive2 .slick-prev:hover, .responsive2 .slick-prev:focus, .responsive2 .slick-next:hover, .responsive2 .slick-next:focus { opacity: 1;}

.support_box03 { float:left; width:20%;  margin:0; background-color:#f6f6f6; border:1px solid #CCC; border-bottom:none;}
.popup_box { width:100%; height:400px; font-size:0; border-bottom:4px solid #4a7395; text-align:center;}
.popup_link { display:inline-block; width:84%; margin:0 3%;}
.popup_img { height:320px; width:100%; background-position:center; background-repeat:no-repeat; background-size:cover; background-color:#FFF;}

/* 좌우 화살표 */
.responsive3 .slick-prev { position:absolute; right:50px; top:-42px; background-image: url(/images/icon/play_left.png); width:11px; height:14px; text-indent:-9999px; border:none; opacity: 0.7; z-index:100; cursor:pointer;}
.responsive3 .slick-next { position:absolute; right:30px; top:-42px; background-image: url(/images/icon/play.png); width:11px; height:14px; text-indent:-9999px; border:none; opacity: 0.7; z-index:100; cursor:pointer;}
.responsive3 .slick-prev:hover, .responsive3 .slick-prev:focus, .responsive3 .slick-next:hover, .responsive3 .slick-next:focus { opacity: 1;}



/* 1500 ~ 1025까지 설정 */

@media screen and (max-width:1500px){

/* 슬라이딩 컨텐츠 */

.cont_slide { height:auto; padding:40px 0 80px 0;}

.sliding_menu_title { font-size:26px; line-height:32px; font-weight:500; padding-bottom:4px;}
.sliding_menu_title2 { font-size:20px; line-height:28px; font-weight:500; padding-bottom:4px;}
.sliding_menu_txt { font-size:15px; font-weight:300; color:rgba(255,255,255,0.7);}

/* 페이저 */
.responsive1 .slick-dots { position: absolute; display: inline-block; width:100%; left:50%; /*페이저 위치 설정*/ margin-left:-50%; bottom: -50px; text-align: center;}
.responsive1 .slick-dots li { position: relative; display: inline-block; width:30px; margin: 0; cursor: pointer; line-height:39px;}
.responsive1 .slick-dots li button { display: inline-block; width: 20px; height: 20px; cursor: pointer; background-color:#000; opacity: 0.2; text-indent:-9999px; vertical-align:middle; border:none !important; border-radius:10px;}
.responsive1 .slick-dots li.slick-active button, .responsive1 .slick-dots li button:hover, .responsive1 .slick-dots li button:focus { opacity: 1; width: 20px; height: 20px; background-color:#ff8738;}


}



/* 1024 ~ 768까지 태블릿 설정 */

@media screen and (max-width:1024px) {



/* 메인 내용 공통 */

section>article { width:100%; text-align:center;}
.contents_box { position:relative; width:100%; min-width:inherit; height:100%; margin:0 auto; padding:0 20px;}
.contents_box_title { font-size:30px; font-weight:700; margin-bottom:10px; line-height:36px;}
.contents_box_txt { font-size:13px; opacity:1;  margin-bottom:30px; line-height:19px;}
.contents_title_bar { width:50px; height:1px; background-color:#999; margin:0 auto 30px auto;}
.cont_item_box_wrap { position:relative; width:100%; max-width:1200px; margin:0 auto; z-index:10;}
.cont_item_box_wrap:after { display:block; content:""; clear:both;}


/* 상단, 비주얼 */



section>.cont_0 { position:relative; width:100%; overflow:hidden; background-color:#F7F7F7;}
.responsive { width:100%; height:500px; position:relative; margin-left:-50%; left:50%; top:0%; z-index:1; min-width:1px;}


/* 상단, 비주얼 텍스트 */
.main_slide_txt { position:absolute; top:50%; margin-top:-50px; left:50%; width:700px; margin-left:-350px; z-index:10;}
.main_slide_title_s { font-family: 'Roboto', sans-serif; padding:0; font-size:11px; line-height:14px; font-weight:500; color:#FFF; text-align:center; letter-spacing:0.2em; margin-bottom:10px; margin-left:5px;}
.main_slide_title { padding:0; font-size:34px; line-height:50px; font-weight:300; color:#FFF; text-align:center; letter-spacing:-0.02em;}
.main_slide_title>img { width:100%;}
.main_slide_title2 { padding:0; font-size:16px; font-weight:300; color:rgba(255,255,255,0.9); text-align:center; margin-bottom:40px; margin-left:5px;}
.main_slide_btn { display:inline-block; width:auto; height:auto; line-height:inherit; font-size:16px; font-weight:400; color:rgba(255,255,255,0.9); border:2px solid rgba(255,255,255,0.8); text-align:center; background-color:rgba(0,0,0,0.2); margin-left:5px; padding:10px 20px;}
.main_slide_btn:hover { color:#FFF;}
.main_slide_p>img { width:auto; height:500px;
animation: /*선택자*/slidein_img /*동작시간*/4s /*진행속도:ease,ease-out,ease-in*/ease /*딜레이*/0s /*반복:수,infinite*/1 /*방향:normal,alternate*/normal /*완료후:none,both*/both; -webkit-animation: slidein_img 4s ease 0s 1 normal both; /*움직이는 기준점 가로0% 세로0%*/transform-origin:50% 50%;}
@keyframes slidein_img {
	0% { -ms-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1); transform: scale(1.1,1.1);}
	100% { -ms-transform: scale(1,1); -webkit-transform: scale(1,1); transform: scale(1,1);}
}

/* 페이저 */
.responsive div.bx-pager { position:absolute; width:100%; left:0; bottom:60px; text-align:center; z-index:100;}
.responsive div.bx-pager div { display:inline-block; margin:0 4px;}
.responsive div.bx-pager div a { display:block; width:60px; height:3px; background-color:rgba(255,255,255,0.5); text-indent:-9999px;}
.responsive div.bx-pager div a.active { background-color:#ff8738;}



/* 슬라이딩 컨텐츠 */

.cont_slide { height:auto; padding:30px 0 60px 0;}

.responsive1 { position:absolute; width:100%; height:200px;}
.sliding_menu_box { display:block; width:100%; height:200px; border:10px solid #fff;}
.sliding_menu_in { height:180px; background-size:auto 90px; background-repeat:no-repeat; background-position:100% 100%;}
.sliding_menu_title { font-size:24px; line-height:28px; font-weight:500; padding-bottom:4px;}
.sliding_menu_title2 { font-size:19px; line-height:25px; font-weight:500; padding-bottom:4px;}
.sliding_menu_txt { font-size:14px; font-weight:300; color:rgba(255,255,255,0.7);}

/* 페이저 */
.responsive1 .slick-dots { position: absolute; display: inline-block; width:100%; left:50%; /*페이저 위치 설정*/ margin-left:-50%; bottom: -45px; text-align: center;}
.responsive1 .slick-dots li { position: relative; display: inline-block; width:24px; margin: 0; cursor: pointer; line-height:39px;}
.responsive1 .slick-dots li button { display: inline-block; width: 16px; height: 16px; cursor: pointer; background-color:#000; opacity: 0.2; text-indent:-9999px; vertical-align:middle; border:none !important; border-radius:8px;}
.responsive1 .slick-dots li.slick-active button, .responsive1 .slick-dots li button:hover, .responsive1 .slick-dots li button:focus { opacity: 1; width: 16px; height: 16px; background-color:#ff8738;}



/* 고객지원 컨텐츠 */

.cont_support { height:auto; padding:0 10px 0 10px;}
.cont_support:after { display:block; content:""; clear:both;}

.support_box01 { float:left; width:100%; margin:0 0 20px 0; background-color:#fff; border:1px solid #CCC; border-bottom:none;}
.notice_box { width:100%; height:auto; padding-bottom:30px; border-bottom:4px solid #4a7395; text-align:left;}
.notice_box_title { font-family: 'Roboto', sans-serif; font-size:19px; line-height:24px; font-weight:700; margin:30px 0 15px 30px; letter-spacing:-0.04em; text-align:left;}
.notice_box_title>a { display:inline-block; padding-top:4px; margin-left:10px;}
.notice_link { display:block; width:100%; height:auto;}
.notice_link2 { display:block; width:100%; height:auto; padding:0 30px;}
.notice_title { padding:0 30px; font-size:18px; margin-bottom:5px; /* 내용 1줄에서 말줄임 */ white-space: nowrap; overflow:hidden; text-overflow: ellipsis;}
.notice_title2 { display:block; font-size:14px; padding:6px 10px; background-image:url(/images/icon/dot_10x10.png); background-repeat:no-repeat; background-position:0% 50%; background-size:4px auto; /* 내용 1줄에서 말줄임 */ white-space: nowrap; overflow:hidden; text-overflow: ellipsis; border-top:1px solid #CCC;}
.notice_txt { padding:0 30px; font-size:13px; color:#999; line-height:20px; margin-bottom:20px; /* 내용 2줄에서 말줄임 */ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical; word-wrap:break-word; height:40px;}

.support_box02 { float:left; width:63%; margin:0 2% 0 0; background-color:#f6f6f6; border:1px solid #CCC; border-bottom:none;}
.photo_box { width:100%; height:330px; font-size:0; border-bottom:4px solid #4a7395; text-align:center;}
.responsive2 { width:100%; padding:0 20px;}
.photo_link { display:inline-block; width:94%; margin:0 3%;}
.photo_img { height:150px; background-position:center; background-repeat:no-repeat; background-size:cover;}
.photo_title { display:block; text-align:left; font-size:14px; margin:20px 0 5px 0; padding:0 10px; background-image:url(/images/icon/dot_10x10.png); background-repeat:no-repeat; background-position:0% 50%; background-size:4px auto; /* 내용 1줄에서 말줄임 */ white-space: nowrap; overflow:hidden; text-overflow: ellipsis;}
.photo_txt { display:block; text-align:left; font-size:13px; color:#999; line-height:20px; margin-bottom:20px; /* 내용 2줄에서 말줄임 */ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical; word-wrap:break-word; height:40px;}

/* 좌우 화살표 */
.responsive2 .slick-prev { position:absolute; right:50px; top:-42px; background-image: url(/images/icon/play_left.png); width:11px; height:14px; text-indent:-9999px; border:none; opacity: 0.7; z-index:100; cursor:pointer;}
.responsive2 .slick-next { position:absolute; right:30px; top:-42px; background-image: url(/images/icon/play.png); width:11px; height:14px; text-indent:-9999px; border:none; opacity: 0.7; z-index:100; cursor:pointer;}
.responsive2 .slick-prev:hover, .responsive2 .slick-prev:focus, .responsive2 .slick-next:hover, .responsive2 .slick-next:focus { opacity: 1;}

.support_box03 { float:left; width:35%;  margin:0; background-color:#f6f6f6; border:1px solid #CCC; border-bottom:none;}
.popup_box { width:100%; height:330px; font-size:0; border-bottom:4px solid #4a7395; text-align:center;}
.popup_link { display:inline-block; width:84%; margin:0 3%;}
.popup_img { height:260px; width:100%; background-position:center; background-repeat:no-repeat; background-size:cover; background-color:#FFF;}

/* 좌우 화살표 */
.responsive3 .slick-prev { position:absolute; right:50px; top:-42px; background-image: url(/images/icon/play_left.png); width:11px; height:14px; text-indent:-9999px; border:none; opacity: 0.7; z-index:100; cursor:pointer;}
.responsive3 .slick-next { position:absolute; right:30px; top:-42px; background-image: url(/images/icon/play.png); width:11px; height:14px; text-indent:-9999px; border:none; opacity: 0.7; z-index:100; cursor:pointer;}
.responsive3 .slick-prev:hover, .responsive3 .slick-prev:focus, .responsive3 .slick-next:hover, .responsive3 .slick-next:focus { opacity: 1;}



}



/* 767 ~ 320까지 모바일 설정 */

@media screen and (max-width:767px) {
/* 기본화면스타일 : 너비값이 제일 작을 때 */



/* 메인 내용 공통 */

section>article { width:100%; text-align:center;}
.contents_box { position:relative; width:100%; min-width:inherit; height:100%; margin:0 auto; padding:0 10px;}
.contents_box_title { font-size:24px; font-weight:700; margin-bottom:5px; line-height:30px;}
.contents_box_txt { font-size:13px; opacity:1;  margin-bottom:20px; padding:0 10px; line-height:18px;}
.contents_title_bar { width:50px; height:1px; background-color:#999; margin:0 auto 20px auto;}
.cont_item_box_wrap { position:relative; width:100%; max-width:1200px; margin:0 auto; z-index:10;}
.cont_item_box_wrap:after { display:block; content:""; clear:both;}


/* 상단, 비주얼 */

section>.cont_0 { position:relative; width:100%; overflow:hidden; background-color:#F7F7F7;}
.responsive { width:768px; height:500px; position:relative; margin-left:-384px; left:50%; top:0%; z-index:1;}


/* 상단, 비주얼 텍스트 */
.main_slide_txt { position:absolute; top:50%; margin-top:-100px; left:50%; margin-left:-150px; width:300px; z-index:10;}
.main_slide_title_s { font-family: 'Roboto', sans-serif; padding:0; font-size:10px; line-height:14px; font-weight:500; color:#FFF; text-align:center; letter-spacing:0.2em; margin-bottom:10px; margin-left:5px;}
.main_slide_title { padding:0; font-size:24px; line-height:30px; font-weight:300; color:#FFF; text-align:center; letter-spacing:-0.02em; margin-bottom:10px;}
.main_slide_title2 { padding:0; font-size:14px; font-weight:300; color:rgba(255,255,255,0.9); text-align:center; margin-bottom:20px; margin-left:5px;}
.main_slide_btn { display:inline-block; width:auto; height:auto; line-height:inherit; font-size:14px; font-weight:400; color:rgba(255,255,255,0.9); border:2px solid rgba(255,255,255,0.8); text-align:center; background-color:rgba(0,0,0,0.2); margin-left:5px; padding:10px 20px;}
.main_slide_btn:hover { color:#FFF;}
.main_slide_p>img { width:auto; height:500px; min-height:1px;
animation: /*선택자*/slidein_img /*동작시간*/4s /*진행속도:ease,ease-out,ease-in*/ease /*딜레이*/0s /*반복:수,infinite*/1 /*방향:normal,alternate*/normal /*완료후:none,both*/both; -webkit-animation: slidein_img 4s ease 0s 1 normal both; /*움직이는 기준점 가로0% 세로0%*/transform-origin:50% 50%;}
@keyframes slidein_img {
	0% { -ms-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1); transform: scale(1.1,1.1);}
	100% { -ms-transform: scale(1,1); -webkit-transform: scale(1,1); transform: scale(1,1);}
}

/* 페이저 */
.responsive div.bx-pager { position:absolute; width:100%; left:0; bottom:60px; text-align:center; z-index:100;}
.responsive div.bx-pager div { display:inline-block; margin:0 4px;}
.responsive div.bx-pager div a { display:block; width:40px; height:3px; background-color:rgba(255,255,255,0.5); text-indent:-9999px;}
.responsive div.bx-pager div a.active { background-color:#ff8738;}



/* 슬라이딩 컨텐츠 */

.cont_slide { height:auto; padding:20px 0 40px 0;}

.responsive1 { position:absolute; width:100%; height:200px;}
.sliding_menu_box { display:block; width:100%; height:200px; border:10px solid #fff;}
.sliding_menu_in { padding:20px 25px; height:180px; background-size:auto 90px; background-repeat:no-repeat; background-position:100% 100%;}
.sliding_menu_title { font-size:22px; line-height:28px; font-weight:500; padding-bottom:4px;}
.sliding_menu_title2 { font-size:18px; line-height:25px; font-weight:500; padding-bottom:4px;}
.sliding_menu_txt { font-size:13px; font-weight:300; color:rgba(255,255,255,0.7);}

/* 페이저 */
.responsive1 .slick-dots { position: absolute; display: inline-block; width:100%; left:50%; /*페이저 위치 설정*/ margin-left:-50%; bottom:-30px; text-align: center;}
.responsive1 .slick-dots li { position: relative; display: inline-block; width:18px; margin: 0; cursor: pointer; line-height:39px;}
.responsive1 .slick-dots li button { display: inline-block; width: 12px; height: 12px; cursor: pointer; background-color:#000; opacity: 0.2; text-indent:-9999px; vertical-align:middle; border:none !important; border-radius:6px;}
.responsive1 .slick-dots li.slick-active button, .responsive1 .slick-dots li button:hover, .responsive1 .slick-dots li button:focus { opacity: 1; width: 12px; height: 12px; background-color:#ff8738;}



/* 고객지원 컨텐츠 */

.cont_support { height:auto; padding:0 5px 0 5px;}
.cont_support:after { display:block; content:""; clear:both;}

.support_box01 { float:left; width:100%; margin:0 0 15px 0; background-color:#fff; border:1px solid #CCC; border-bottom:none;}
.notice_box { width:100%; height:auto; padding-bottom:20px; border-bottom:4px solid #4a7395; text-align:left;}
.notice_box_title { font-family: 'Roboto', sans-serif; font-size:17px; line-height:24px; font-weight:700; margin:20px 0 10px 20px; letter-spacing:-0.04em; text-align:left;}
.notice_box_title>a { display:inline-block; padding-top:4px; margin-left:10px;}
.notice_link { display:block; width:100%; height:auto;}
.notice_link2 { display:block; width:100%; height:auto; padding:0 20px;}
.notice_title { padding:0 20px; font-size:16px; margin-bottom:5px; /* 내용 1줄에서 말줄임 */ white-space: nowrap; overflow:hidden; text-overflow: ellipsis;}
.notice_title2 { display:block; font-size:13px; padding:6px 10px; background-image:url(/images/icon/dot_10x10.png); background-repeat:no-repeat; background-position:0% 50%; background-size:4px auto; /* 내용 1줄에서 말줄임 */ white-space: nowrap; overflow:hidden; text-overflow: ellipsis; border-top:1px solid #CCC;}
.notice_txt { padding:0 20px; font-size:12px; color:#999; line-height:18px; margin-bottom:10px; /* 내용 2줄에서 말줄임 */ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical; word-wrap:break-word; height:36px;}

.support_box02 { float:left; width:100%; margin:0 0 15px 0; background-color:#f6f6f6; border:1px solid #CCC; border-bottom:none;}
.photo_box { width:100%; height:auto; font-size:0; border-bottom:4px solid #4a7395; text-align:center;}
.responsive2 { width:100%; padding:0 15px;}
.photo_link { display:inline-block; width:96%; margin:0 2%;}
.photo_img { height:150px; background-position:center; background-repeat:no-repeat; background-size:cover;}
.photo_title { display:block; text-align:left; font-size:14px; margin:20px 0 5px 0; padding:0 10px; background-image:url(/images/icon/dot_10x10.png); background-repeat:no-repeat; background-position:0% 50%; background-size:4px auto; /* 내용 1줄에서 말줄임 */ white-space: nowrap; overflow:hidden; text-overflow: ellipsis;}
.photo_txt { display:block; text-align:left; font-size:13px; color:#999; line-height:18px; margin-bottom:25px; /* 내용 2줄에서 말줄임 */ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical; word-wrap:break-word; height:36px;}

/* 좌우 화살표 */
.responsive2 .slick-prev { position:absolute; right:50px; top:-30px; background-image: url(/images/icon/play_left.png); width:11px; height:14px; text-indent:-9999px; border:none; opacity: 0.7; z-index:100; cursor:pointer;}
.responsive2 .slick-next { position:absolute; right:30px; top:-30px; background-image: url(/images/icon/play.png); width:11px; height:14px; text-indent:-9999px; border:none; opacity: 0.7; z-index:100; cursor:pointer;}
.responsive2 .slick-prev:hover, .responsive2 .slick-prev:focus, .responsive2 .slick-next:hover, .responsive2 .slick-next:focus { opacity: 1;}

.support_box03 { float:left; width:100%;  margin:0; background-color:#f6f6f6; border:1px solid #CCC; border-bottom:none;}
.popup_box { width:100%; height:330px; font-size:0; border-bottom:4px solid #4a7395; text-align:center;}
.popup_link { display:inline-block; width:84%; margin:0 3%;}
.popup_img { height:260px; width:100%; background-position:center; background-repeat:no-repeat; background-size:cover; background-color:#FFF;}

/* 좌우 화살표 */
.responsive3 .slick-prev { position:absolute; right:50px; top:-30px; background-image: url(/images/icon/play_left.png); width:11px; height:14px; text-indent:-9999px; border:none; opacity: 0.7; z-index:100; cursor:pointer;}
.responsive3 .slick-next { position:absolute; right:30px; top:-30px; background-image: url(/images/icon/play.png); width:11px; height:14px; text-indent:-9999px; border:none; opacity: 0.7; z-index:100; cursor:pointer;}
.responsive3 .slick-prev:hover, .responsive3 .slick-prev:focus, .responsive3 .slick-next:hover, .responsive3 .slick-next:focus { opacity: 1;}





}
